AppointmentOptionalAttendees Property |
Represents attendees that are not required to attend the appointment.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<Attendee> OptionalAttendees { get; }Public ReadOnly Property OptionalAttendees As IList(Of Attendee)
Get
Property Value
Type:
IListAttendeeThe optional attendees.
See Also